home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Esportes / 681.swf / scripts / frame_24 / PlaceObject2_103_277 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2006-06-13  |  373b  |  21 lines

  1. onClipEvent(enterFrame){
  2.    counter--;
  3.    if(counter >= 0)
  4.    {
  5.       dscale *= 0.92;
  6.       _xscale = dscale;
  7.       _yscale = dscale;
  8.    }
  9.    if(counter == 3)
  10.    {
  11.       if(_Y < _root.objdart1._y)
  12.       {
  13.          this.swapdepths(_root.objdart1);
  14.       }
  15.       if(_Y < _root.objdart2._y)
  16.       {
  17.          this.swapdepths(_root.objdart2);
  18.       }
  19.    }
  20. }
  21.